Skip to content
Snippets Groups Projects
Commit 412f2465 authored by Matthew Hall's avatar Matthew Hall
Browse files

Move src/main.rs to examples

parent b0ae48b9
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,14 @@ name = "tiled"
version = "0.0.1"
authors = ["Matthew Hall <matthew@quickbeam.me.uk>"]
[lib]
name = "tiled"
path = "src/lib.rs"
[[example]]
name = "example"
path = "examples/main.rs"
[dependencies.rust-xml]
git = "https://github.com/netvl/rust-xml.git"
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment