Add Vec2
This commit is contained in:
parent
14c9dac398
commit
0487bdb465
3 changed files with 93 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
use showbits_common::Vec2;
|
||||
|
||||
fn main() {
|
||||
showbits_common::greet("world");
|
||||
println!("{:?}", Vec2::EAST);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue