Skip to content

Commit

Permalink
Generate JNI mappings and direct object hierarchy in the generator.
Browse files Browse the repository at this point in the history
Related to #76.
  • Loading branch information
Monnoroch committed Jul 23, 2018
1 parent f6bc362 commit da37a48
Show file tree
Hide file tree
Showing 4 changed files with 744 additions and 35 deletions.
63 changes: 63 additions & 0 deletions generator/Cargo.lock

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

3 changes: 3 additions & 0 deletions generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ authors = ["Monnoroch <[email protected]>"]
quote = "0.6.4"
proc-macro2 = "0.4.9"

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

[lib]
proc-macro = true
Loading

0 comments on commit da37a48

Please sign in to comment.