Commit Graph

9 Commits

Author SHA1 Message Date
Matthias Endler 467b3ff436
Code Cleanup (#97)
This adds some new directives for clippy and fixes all warnings.
Also updated the dependencies to their latest versions.
2024-04-27 19:51:39 +01:00
Matthias 363dc47755 Format code 2022-06-07 19:30:29 +02:00
Matthias Endler 5ee12bdbc0 Add no_std support 2018-11-04 20:26:51 +01:00
Andrew Keeton ef43a7335c Remove redundant entry in .gitignore. 2014-09-28 18:11:34 -04:00
Andrew Keeton 34f8a757e3 Add Cargo.lock to .gitignore. 2014-09-28 18:05:52 -04:00
Andrew Keeton 468d659772 Add Cargo.lock to .gitignore. Remove the .gitignore created by Cargo. 2014-09-28 18:04:44 -04:00
Johannes Muenzel 0b2c805a96 Shuffle things around a little. For now a library called machine6502 will be the main code base. 6502-rs is inconvenient to use in a rust context since it starts with a number. The test_exe is no longer the main cargo build target 2014-09-26 02:59:47 -04:00
Johannes Muenzel b22b36bc2a Get some basic definitions and module structure going. Not sure whether Cargo.lock should be in .gitignore 2014-09-26 02:29:27 -04:00
Johannes Muenzel 0a6b9c5611 Add .gitignore file -- this is probably overkill 2014-09-26 02:25:37 -04:00