Created
February 25, 2019 16:23
-
-
Save Slabity/0b9f63f690214ea8036d3deb4fad2253 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [package] | |
| name = "relm-testing" | |
| version = "0.1.0" | |
| authors = ["Tyler Slabinski <tslabinski@slabity.net>"] | |
| edition = "2018" | |
| [dependencies] | |
| relm = { git = "https://github.com/antoyo/relm" } | |
| gtk = { git = "https://github.com/gtk-rs/gtk" } | |
| [patch.crates-io] | |
| glib-sys = { git = "https://github.com/gtk-rs/sys" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment