Skip to content

Commit

Permalink
Support generating native methods in the generator.
Browse files Browse the repository at this point in the history
Related to #76.
  • Loading branch information
Monnoroch committed Jul 27, 2018
1 parent 8907f24 commit 92ec877
Show file tree
Hide file tree
Showing 4 changed files with 693 additions and 11 deletions.
1 change: 1 addition & 0 deletions generator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ authors = ["Monnoroch <[email protected]>"]
[dependencies]
quote = "0.6.4"
proc-macro2 = "0.4.9"
rust-jni = { path = "../../rust-jni" }

[dev-dependencies]
rust-jni = { path = "../../rust-jni" }
jni-sys = "0.3.0"

[lib]
proc-macro = true
Loading

0 comments on commit 92ec877

Please sign in to comment.