mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
crates
This commit is contained in:
parent
f229dd7fdc
commit
92292c756c
8 changed files with 60 additions and 2 deletions
8
codegen_x86/Cargo.toml
Normal file
8
codegen_x86/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "codegen_x86"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
6
codegen_x86/src/lib.rs
Normal file
6
codegen_x86/src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#![allow(dead_code)] // TODO: no
|
||||
#![warn(rust_2018_idioms)]
|
||||
|
||||
pub fn generate() {
|
||||
println!("ud2");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue