core: Remove patch from Cargo.toml

This commit is contained in:
Mike Welsh 2019-05-08 11:59:46 -07:00
parent 58311e20a9
commit 07c6addb8b
2 changed files with 1 additions and 5 deletions

View File

@ -4,6 +4,3 @@ members = [
"desktop",
"web"
]
[patch.'https://github.com/Herschel/swf-rs']
swf = { path = "../swf-rs" }

View File

@ -10,5 +10,4 @@ byteorder = "1.3.1"
generational-arena = "0.1"
log = "0.4"
rand = "0.6.5"
swf = { git = "https://github.com/Herschel/swf-rs", version = "*" }
swf = { git = "https://github.com/Herschel/swf-rs", branch = "ruffle" }