[dependencies.compiler_builtins]
optional = true
version = "^0.1.109"
[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"
[features]
rustc-dep-of-std = ["core", "compiler_builtins"]
[package]
authors = ["Tropical"]
categories = ["science::robotics", "no-std", "embedded"]
description = "Raw bindings to vexos user jump table functions."
edition = "2021"
keywords = ["vex", "vex-v5", "vex-robotics", "robotics"]
license = "MIT"
name = "vex-sdk"
readme = "README.md"
repository = "https://github.com/vexide/vex-sdk/"
version = "0.25.1"
[package.metadata.docs.rs]
cargo-args = ["--target", "./armv7a-vex-v5.json", "-Z", "build-std=core,alloc,compiler_builtins", "-Z", "build-std-features=compiler-builtins-mem"]