This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-Tools
/
moa
Watch
1
Star
0
Fork
0
You've already forked moa
mirror of
https://github.com/transistorfet/moa.git
synced
2024-11-22 10:32:59 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8c1a89a1fe
moa
/
emulator
/
core
/
Cargo.toml
9 lines
92 B
TOML
Raw
Normal View
History
Unescape
Escape
Major reorganization into crates I wanted to make this a bit more modular, so it's easier in theory to write external crates that can reuse bits, and selectively compile in bits, such as adding new systems or new cpu implementations
2022-09-25 06:14:03 +00:00
[
package
]
name
=
"moa_core"
version
=
"0.1.0"
edition
=
"2021"
[
dependencies
]
Added log crate
2022-10-09 16:40:20 +00:00
log
=
"0.4"
Major reorganization into crates I wanted to make this a bit more modular, so it's easier in theory to write external crates that can reuse bits, and selectively compile in bits, such as adding new systems or new cpu implementations
2022-09-25 06:14:03 +00:00
Reference in New Issue
Copy Permalink