Skip to content

Commit

Permalink
Removed env module as its now part of bp3d-util
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri6037 committed Jul 24, 2024
1 parent 8aac6f2 commit f3b2946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
3 changes: 1 addition & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp3d-os"
version = "1.0.0-rc.3.0.3"
version = "1.0.0-rc.4.0.0"
authors = ["Yuri Edward <yuri6037@outlook.com>"]
edition = "2021"
description = "Operating System tools designed for BlockProject3D"
Expand Down Expand Up @@ -44,7 +44,6 @@ dirs = ["objc", "objc-foundation", "windows-sys/Win32_UI_Shell", "windows-sys/Wi
open = ["fs", "zbus", "windows-sys/Win32_UI_Shell", "windows-sys/Win32_Foundation", "windows-sys/Win32_UI_WindowsAndMessaging", "objc"]
fs = ["windows-sys/Win32_Storage_FileSystem", "windows-sys/Win32_Foundation"]
assets = ["libc", "objc", "objc-foundation", "windows-sys/Win32_System_LibraryLoader", "windows-sys/Win32_Foundation"]
env = []
cpu-info = ["raw-cpuid"]
time = ["time/std", "windows-sys/Win32_System_Time", "windows-sys/Win32_Foundation", "windows-sys/Win32_System_SystemServices", "bp3d-util/tzif"]

Expand Down
56 changes: 0 additions & 56 deletions core/src/env.rs

This file was deleted.

0 comments on commit f3b2946

Please sign in to comment.