Use template to create config.rs.
This commit is contained in:
5
build.template
Normal file
5
build.template
Normal file
@@ -0,0 +1,5 @@
|
||||
//! Configuration settings for this Rhai build
|
||||
|
||||
/// Fixed hashing seeds for stable hashing.
|
||||
/// Set to [`None`] to disable stable hashing.
|
||||
pub const AHASH_SEED: Option<[u64; 4]> = {{AHASH_SEED}};
|
Reference in New Issue
Block a user