Skip to content

Commit

Permalink
disable 'web' feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarow committed Nov 19, 2024
1 parent 2f7e689 commit b225e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastsim-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ url = { version = "2.5.0", optional = true }
ninterp = { path = "../.subtrees/ninterp", features = ["serde"] }

[features]
default = ["resources", "web", "serde-default" ]
default = ["resources", "serde-default" ]
## Enables `pyo3` to provide fastsim-3 structs, methods, and functions to Python
pyo3 = ["dep:pyo3", "fastsim-2/pyo3"]
## Compiles external resources (e.g. vehicle files or cycle files) to be
Expand Down

0 comments on commit b225e81

Please sign in to comment.