Skip to content

Commit

Permalink
Merge pull request #100 from Monnoroch/native-methods
Browse files Browse the repository at this point in the history
Support generating native methods in the generator.
  • Loading branch information
Monnoroch authored Jul 27, 2018
2 parents 8907f24 + 92ec877 commit 3d4aa2b
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 3d4aa2b

Please sign in to comment.