Skip to content

Commit

Permalink
Merge pull request #82 from Monnoroch/superclass
Browse files Browse the repository at this point in the history
Support specifying a superclass in the generator.
  • Loading branch information
Monnoroch authored Jul 23, 2018
2 parents f6bc362 + fb30d5d commit b67b9f8
Show file tree
Hide file tree
Showing 4 changed files with 195 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 b67b9f8

Please sign in to comment.