You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
303 B
15 lines
303 B
8 years ago
|
[package]
|
||
|
name = "ctr-libc"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Fenrir <fenrirwolf@gmail.com>", "The Rust Project Developers"]
|
||
|
license = "MIT/Apache 2.0"
|
||
|
|
||
|
description = """
|
||
|
A library for types and bindings to native C functions found in newlib
|
||
|
for devkitARM
|
||
|
"""
|
||
|
|
||
|
[features]
|
||
|
default = ["use_std"]
|
||
|
use_std = []
|