gcrecomp-runtime 0.0.1-alpha

Runtime library for GameCube recompiled games
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "gcrecomp-runtime"
version = "0.0.1-alpha"
authors = ["Christopher Erleigh <christopher.erleigh@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime library for GameCube recompiled games"
homepage = "https://github.com/KaiserGranatapfel/GameCubeRecompiled"
readme = false
license = "CC0-1.0"
repository = "https://github.com/KaiserGranatapfel/GameCubeRecompiled"

[lib]
name = "gcrecomp_runtime"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytemuck]
version = "1.14"

[dependencies.gilrs]
version = "0.10"

[dependencies.hidapi]
version = "2.0"

[dependencies.image]
version = "0.24"

[dependencies.imageproc]
version = "0.23"

[dependencies.log]
version = "0.4"

[dependencies.minifb]
version = "0.25"

[dependencies.pollster]
version = "0.4"

[dependencies.sdl2]
version = "0.35"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.wgpu]
version = "0.19"

[dependencies.winit]
version = "0.30"