This website works better with JavaScript.
Explore
Help
Sign In
User_4574
/
crsn
forked from
MightyPork/crsn
Watch
1
Star
0
Fork
You've already forked crsn
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Croissant Runtime
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.
41
Commits
2
Branches
0
Tags
994 KiB
Tag:
Branch:
Tree:
651ffcb888
floats
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '651ffcb888'
${ noResults }
crsn
/
Cargo.toml
9 lines
110 B
Raw
Normal View
History
Unescape
Escape
Initial
4 years ago
[
workspace
]
members
=
[
re-arrange modules, add "plug-in" system so instructions can be defined in multiple crates
4 years ago
"launcher"
,
"crsn"
,
"crsn_arith"
,
Example extension: Stacks; fixes to allow module data storage in thread context
4 years ago
"crsn_stacks"
,
add experimental framebuffer extension using minifb
4 years ago
"crsn_screen"
,
Initial
4 years ago
]