MAJOR refactoring
This commit is contained in:
@@ -17,7 +17,7 @@ debug = false
|
||||
codegen-units = 1
|
||||
opt-level = "z" #optimize for size
|
||||
#lto = "fat" #causes issues with wasm, disabling for the time being
|
||||
strip = true
|
||||
strip = false
|
||||
panic = "abort"
|
||||
|
||||
[profile.dev]
|
||||
@@ -33,7 +33,6 @@ parsing = { path = "./parsing" }
|
||||
eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
||||
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
||||
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
||||
epi = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
||||
emath = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
||||
|
||||
shadow-rs = { version = "0.11", default-features = false }
|
||||
@@ -41,7 +40,7 @@ const_format = { version = "0.2", default-features = false, features = ["fmt"] }
|
||||
cfg-if = "1"
|
||||
lazy_static = "1"
|
||||
tar = "0.4"
|
||||
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
|
||||
ruzstd = { git = "https://github.com/Titaniumtown/zstd-rs.git", branch = "ringbuffer" }
|
||||
serde_json = "1.0"
|
||||
tracing = "0.1"
|
||||
itertools = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user