added the dependency to the project to circumvent crates.io and updated all projects

This commit is contained in:
Zenn 2023-08-06 18:34:36 +02:00
parent c591b2c272
commit 50819abc50
31 changed files with 1422 additions and 14 deletions

16
arduboy-rust/Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "arduboy-rust"
version = "1.0.0"
authors = ["ZennDev <ZennDev@protonmail.com>"]
description = "This is a library used in Rust for Arduboy to program Arduboy games in Rust."
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/ZennDev1337/arduboy-rust.git"
homepage = "https://github.com/ZennDev1337/arduboy-rust"
keywords = ["arduboy", "game", "arduboy-tone", "atmega32u4"]
categories = ["game-engines", "games", "api-bindings"]
[dependencies]
panic-halt = "0.2.0"