refactoring
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@@ -2,7 +2,6 @@
|
||||
name = "ytbn_graphing_software"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
license = "AGPL-3.0"
|
||||
repository = "https://github.com/Titaniumtown/YTBN-Graphing-Software"
|
||||
description = "Crossplatform (and web-compatible) graphing calculator"
|
||||
@@ -14,20 +13,9 @@ crate-type = ["cdylib"]
|
||||
threading = ["async-lock", "rayon"]
|
||||
|
||||
|
||||
[profile.release]
|
||||
debug = false
|
||||
codegen-units = 1
|
||||
opt-level = "z" #optimize for size
|
||||
lto = true
|
||||
strip = true
|
||||
|
||||
[profile.dev]
|
||||
debug = true
|
||||
opt-level = 0
|
||||
lto = true
|
||||
strip = false
|
||||
|
||||
[dependencies]
|
||||
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 }
|
||||
@@ -39,9 +27,6 @@ const_format = { version = "0.2.22", default-features = false, features = [
|
||||
"fmt",
|
||||
] }
|
||||
cfg-if = "1.0.0"
|
||||
exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", features = [
|
||||
"partial",
|
||||
] }
|
||||
lazy_static = "1.4.0"
|
||||
tar = "0.4.38"
|
||||
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git", branch = "ringbuffer" }
|
||||
@@ -74,6 +59,5 @@ wasm-bindgen = { version = "0.2.80", default-features = false, features = [
|
||||
web-sys = "0.3.57"
|
||||
tracing-wasm = "0.2.1"
|
||||
|
||||
|
||||
[package.metadata.cargo-all-features]
|
||||
skip_optional_dependencies = true #don't test optional dependencies, only features
|
||||
|
||||
Reference in New Issue
Block a user