mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-14 03:31:08 +00:00
add playground
This commit is contained in:
parent
60d0eeccf0
commit
635a24c644
@ -3,7 +3,7 @@ lazy val firepower =
|
||||
.in(file("."))
|
||||
.withCats
|
||||
.withTesting
|
||||
.aggregate(nescant, core, cpu, demo)
|
||||
.aggregate(nescant, core, cpu, demo, playground)
|
||||
|
||||
lazy val nescant =
|
||||
project.withCats.withTesting
|
||||
@ -25,3 +25,7 @@ lazy val demo =
|
||||
.settings(libraryDependencies += "com.htmlism" %% "rufio-zio" % "76-c565ab28")
|
||||
.withGitHubPackagesCredentials
|
||||
.withResolver("rufio")
|
||||
|
||||
lazy val playground =
|
||||
module("playground")
|
||||
.withCats
|
||||
|
Loading…
x
Reference in New Issue
Block a user