Skip to content

Commit

Permalink
Switched to rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Kramer committed Jun 4, 2024
1 parent 3b3b1e2 commit a96cc26
Show file tree
Hide file tree
Showing 17 changed files with 4,879 additions and 297 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/build*
pratchett
CMakeLists.txt.user


# Added by cargo

/target
13 changes: 0 additions & 13 deletions CMakeLists.txt

This file was deleted.

75 changes: 75 additions & 0 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "pratchett-pony"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.5"
1 change: 0 additions & 1 deletion cmrc
Submodule cmrc deleted from a64bea
Loading

0 comments on commit a96cc26

Please sign in to comment.