mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
feat: integrate CMYKColoringCore into build system
This commit is contained in:
parent
c6142080fe
commit
98ceb6f65d
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ open Lake DSL
|
||||||
open System
|
open System
|
||||||
|
|
||||||
package «SilverSight» where
|
package «SilverSight» where
|
||||||
-- Settings applied to both builds and interactive editing
|
|
||||||
leanOptions := #[
|
leanOptions := #[
|
||||||
⟨`pp.unicode.fun, true⟩ -- pretty-prints `fun a ↦ b`
|
⟨`pp.unicode.fun, true⟩ -- pretty-prints `fun a ↦ b`
|
||||||
]
|
]
|
||||||
|
|
@ -47,6 +46,8 @@ lean_lib «SilverSightFormal» where
|
||||||
`CoreFormalism.ChentsovFinite,
|
`CoreFormalism.ChentsovFinite,
|
||||||
`CoreFormalism.HopfFibration,
|
`CoreFormalism.HopfFibration,
|
||||||
`CoreFormalism.StrandCapacityBound,
|
`CoreFormalism.StrandCapacityBound,
|
||||||
|
`CoreFormalism.CRTSidon,
|
||||||
|
`CoreFormalism.AutoProof,
|
||||||
`SilverSight.AngrySphinx,
|
`SilverSight.AngrySphinx,
|
||||||
`SilverSight.CollatzBraid,
|
`SilverSight.CollatzBraid,
|
||||||
`SilverSight.GoldenSpiral,
|
`SilverSight.GoldenSpiral,
|
||||||
|
|
@ -90,6 +91,7 @@ lean_lib «SilverSightRRC» where
|
||||||
`SilverSight.PIST.SidonAdapter,
|
`SilverSight.PIST.SidonAdapter,
|
||||||
`SilverSight.PIST.WeightCandidateGen,
|
`SilverSight.PIST.WeightCandidateGen,
|
||||||
`SilverSight.PIST.UnitDistCandidateGen,
|
`SilverSight.PIST.UnitDistCandidateGen,
|
||||||
|
`SilverSight.PIST.CMYKColoringCore,
|
||||||
`SilverSight.RRCLogogramProjection,
|
`SilverSight.RRCLogogramProjection,
|
||||||
`SilverSight.ReceiptCore,
|
`SilverSight.ReceiptCore,
|
||||||
`SilverSight.RRC.Emit,
|
`SilverSight.RRC.Emit,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue