Skip to content

Commit

Permalink
Remove time and timer
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3-M4513R committed Jun 14, 2024
1 parent 195304f commit d434ea6
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 536 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
matrix:
rust: [stable]
target: [x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc, i686-pc-windows-msvc, x86_64-apple-darwin, aarch64-apple-darwin] #x86_64-unknown-linux-musl,
package: ["time", "timer", "counter"]
package: ["counter"]
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
Expand Down
13 changes: 1 addition & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = [ "counter","time","timer"]
members = [ "counter"]
resolver = "2"

[profile.release]
Expand Down
32 changes: 0 additions & 32 deletions time/Cargo.lock

This file was deleted.

9 changes: 0 additions & 9 deletions time/Cargo.toml

This file was deleted.

21 changes: 0 additions & 21 deletions time/LICENSE

This file was deleted.

10 changes: 0 additions & 10 deletions time/Readme.md

This file was deleted.

112 changes: 0 additions & 112 deletions time/src/main.rs

This file was deleted.

46 changes: 0 additions & 46 deletions time/src/windows.rs

This file was deleted.

1 change: 0 additions & 1 deletion timer/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions timer/Cargo.lock

This file was deleted.

9 changes: 0 additions & 9 deletions timer/Cargo.toml

This file was deleted.

26 changes: 0 additions & 26 deletions timer/src/error.rs

This file was deleted.

Loading

0 comments on commit d434ea6

Please sign in to comment.