diff --git a/Cargo.toml b/Cargo.toml index 835357b52..28299eb9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,3 @@ members = [ "desktop", "web" ] - -[patch.'https://github.com/Herschel/swf-rs'] -swf = { path = "../swf-rs" } diff --git a/core/Cargo.toml b/core/Cargo.toml index a334275f3..8aa72abb2 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" }