~ashn/braille-pattern-graphics-sunder

396ad5a399ad346f6f9fa33e78bf961b0b7c63ea — ashn 9 months ago d83be22
Update to Sunder version 2022.12.01
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M bpgfx.sunder
M README.md => README.md +1 -1
@@ 4,7 4,7 @@ Block](https://en.wikipedia.org/wiki/Braille_Patterns). Ported from the Braille
Pattern Graphics [Python 3
library](https://github.com/ashn-dot-dev/braille-pattern-graphics) for
[Sunder](https://github.com/ashn-dot-dev/sunder) version
[2022.11.01](https://github.com/ashn-dot-dev/sunder/releases/tag/2022.11.01).
[2022.12.01](https://github.com/ashn-dot-dev/sunder/releases/tag/2022.12.01).

## Example Usage
```

M bpgfx.sunder => bpgfx.sunder +1 -1
@@ 158,6 158,6 @@ struct canvas {
            }
            y = y + 4;
        }
        return std::result[[void, std::error]]::init_value(void::init());
        return std::result[[void, std::error]]::init_value(void::VALUE);
    }
}