vex-sdk 0.25.0

Raw bindings to vexos user jump table functions.
[package]
name = "vex-sdk"
description = "Raw bindings to vexos user jump table functions."
repository = "https://github.com/vexide/vex-sdk/"
authors = ["Tropical"]
license = "MIT"
categories = ["science::robotics", "no-std", "embedded"]
keywords = ["vex", "vex-v5", "vex-robotics", "robotics"]
version = "0.25.0"
edition = "2021"

[dependencies]
core = { package = "rustc-std-workspace-core", version = "1.0.0", optional = true }
compiler_builtins = { version = "^0.1.109", optional = true }

[features]
rustc-dep-of-std = ["core", "compiler_builtins"]

[package.metadata.docs.rs]
cargo-args = ["--target", "./armv7a-vex-v5.json"]

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