Skip to content

Commit

Permalink
Prepare 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
not-wlan committed Jul 22, 2021
1 parent 8abc814 commit cf5e835
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name = "vtables"
version = "0.1.0"
authors = ["jan"]
edition = "2018"
license = "GPL-3.0"
repository = "https://github.com/not-wlan/vtables"
homepage = "https://github.com/not-wlan/vtables"
description = "Interact with C++ virtual method tables from Rust"
readme = "README.md"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
[dependencies]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Clone both this and [vtables_derive](https://github.com/not-wlan/vtables_derive)

```
[dependencies]
vtables = { path = "../vtables" }
vtables_derive = { path = "../vtables_derive" }
vtables = "0.1"
vtables_derive = "0.1"
```

You can then use methods from the virtual method table like this:
Expand Down

0 comments on commit cf5e835

Please sign in to comment.