mirror of
https://github.com/FranLMSP/rultra64.git
synced 2026-01-01 07:51:34 -05:00
10 lines
206 B
TOML
10 lines
206 B
TOML
[package]
|
|
name = "rultra64"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
eframe = "0.16.0"
|
|
rfd = "0.7" |