Add std feature.
This commit is contained in:
parent
bfc766f725
commit
ac1f661ab0
8
.gitignore
vendored
8
.gitignore
vendored
@ -3,7 +3,11 @@ Cargo.lock
|
||||
.vscode/
|
||||
.cargo/
|
||||
benches/results
|
||||
before*
|
||||
after*
|
||||
.rhai-repl-history.txt
|
||||
clippy.toml
|
||||
Rhai.toml
|
||||
before*
|
||||
after*
|
||||
**/*.bat
|
||||
doc/rhai-sync.json
|
||||
doc/rhai.json
|
||||
|
@ -18,8 +18,9 @@ Bug fixes
|
||||
New features
|
||||
------------
|
||||
|
||||
### New feature flag
|
||||
### New feature flags
|
||||
|
||||
* A new feature flag, `std`, which is enabled by default, is added due to requirements from dependency crates.
|
||||
* A new feature flag, `no_custom_syntax`, is added to remove custom syntax support from Rhai for applications that do not require it (which should be most).
|
||||
|
||||
### Module documentation
|
||||
|
Loading…
Reference in New Issue
Block a user