chiark / gitweb /
Rename RectOutline and CircleOutline
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 14 May 2022 21:50:56 +0000 (22:50 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 14 May 2022 21:50:56 +0000 (22:50 +0100)
commitd327238938fbe602b0a289ec246b3404a524d106
treeff947c2e63442884807dbdea1bda05fb5139d835
parent00a650bce35b1a98df839e5b6922b07291595d24
Rename RectOutline and CircleOutline

These are outlines and we are going to want an enum for just the
shapes.  Well, that's the Defn from shapelib but we want it more
generally.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/clock.rs
src/deck.rs
src/dice.rs
src/hand.rs
src/imports.rs
src/pieces.rs
src/shapelib.rs
src/spec.rs