initial commit
This commit is contained in:
commit
a2922b8bad
59 changed files with 2684583 additions and 0 deletions
23
Cargo.toml
Normal file
23
Cargo.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[package]
|
||||
name = "source2rosetta"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "Locate Source-2 engine functions (gamedata signatures/offsets) across Valve builds"
|
||||
license = "AGPL-3.0-only"
|
||||
repository = "https://git.lo.sh/kamal/source2rosetta"
|
||||
readme = "README.md"
|
||||
authors = ["kamal"]
|
||||
|
||||
[workspace]
|
||||
members = ["crates/source2rosetta-core"]
|
||||
|
||||
[dependencies]
|
||||
source2rosetta-core = { path = "crates/source2rosetta-core" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
anyhow = "1"
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
memchr = "2"
|
||||
iced-x86 = "1"
|
||||
cpp_demangle = "0.5.1"
|
||||
libc = "0.2.186"
|
||||
Loading…
Add table
Add a link
Reference in a new issue