diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-07-07 21:49:48 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-07-07 21:49:48 +1200 |
commit | a702893fd1e1e59b5bfc770c5088120e8c3ece56 (patch) | |
tree | ab0d40be922c47d053367f32b15d3e8fc16f005f /Cargo.toml | |
parent | 0d9bfa0731259edfe9496e90c7f41820442cb130 (diff) | |
download | bedrock-pc-a702893fd1e1e59b5bfc770c5088120e8c3ece56.zip |
Sandbox the file device
Unless the --trust-files switch is used, the file device will be
sandboxed to a program-specific config folder placed according to the
conventions of the operating system.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,9 +13,11 @@ geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } inked = { git = "git://benbridle.com/inked", tag = "v1.0.0" } log = { git = "git://benbridle.com/log", tag = "v2.0.0" } switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" } +vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.1" } chrono = { version = "0.4.38" } gilrs = "0.11.0" +dirs-next = "1.0.2" [target.'cfg(target_os = "windows")'.dependencies] windows = { version = "0.58.0", features = ["Win32_Storage_FileSystem"] } |