Fix README.md

This commit is contained in:
haru-s 2024-05-20 22:41:21 +09:00
parent 2210579249
commit 5d0ac7638c

View file

@ -7,13 +7,13 @@ DFL is a Win32 windowing library for the D language.
- **Registered DFL to DUB.**
- **Support multiple screens.**
- Module "dfl.chart" is now comming.
- TableRenderer (with example)
- LineGraphRenderer (with example)
- TimeChartRenderer (with example)
- TableRenderer (with example)
- LineGraphRenderer (with example)
- TimeChartRenderer (with example)
- Module "dfl.printing" is now comming.
- PrintDialog
- PrintSetupDialog
- PrintPreviewDialog
- PrintDialog
- PrintSetupDialog
- PrintPreviewDialog
- Remove dflexe.
- Remove GTK-based DFL.
- Remove some bundled libraries such as user32_dfl.lib etc... (From now on, use dmd-bundled libraries such as the MinGW platform library and so on.)