frame callback perfectioned

This commit is contained in:
2026-08-20 19:13:12 +02:00
parent 4e96ae7df8
commit 86ebac5578
13 changed files with 2950 additions and 15 deletions
+2 -4
View File
@@ -1,7 +1,7 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.1")
(define version "0.1.5")
(define license 'MIT) ;
(define collection "rackedit")
(define pkg-desc "rackedit exports the rkdt procedure, that can be used to open an editor window with a given file")
@@ -24,6 +24,4 @@
"draw-doc"
"rackunit-lib"
"scribble-lib"
))
))