Skip to content

Commit

Permalink
doc: drop notes about breaking changes
Browse files Browse the repository at this point in the history
Going forward, we're going to avoid making them.
  • Loading branch information
Bogdanp committed Jan 6, 2025
1 parent 9ea1586 commit 4d61012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# gui-easy-lib

Declarative GUIs in Racket. This is still a work in progress so
expect some breaking changes.

Declarative GUIs in Racket.

## Installation

Expand All @@ -12,7 +10,6 @@ The package is available on the [Racket Package Index][pkg].
$ raco pkg install gui-easy
```


## Development

From the root of the repository:
Expand All @@ -29,14 +26,12 @@ From the root of the repository:
$ raco pkg update gui-easy-lib/ gui-easy/
```


## Running the demos

After you have installed `gui-easy-lib`. You can run the _example
code_ from the `examples/` folder using _DrRacket_ or via the
command-line.


## License

gui-easy is licensed under the 3-Clause BSD license.
Expand Down
3 changes: 1 addition & 2 deletions gui-easy/gui/easy/scribblings/gui-easy.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
@author[(author+email "Bogdan Popa" "bogdan@defn.io")]

This library provides a declarative API on top of
@racketmodname[racket/gui]. This library is still a work in progress,
so expect some breaking changes.
@racketmodname[racket/gui].

@(define-runtime-path youtubestub.tex "youtubestub.tex")
@(define embed-style
Expand Down

0 comments on commit 4d61012

Please sign in to comment.