add padding function to imgScalePadding()
This commit is contained in:
BIN
.CondaPkg/env/lib/sqlite3.36.0/libsqlite3.36.0.so
vendored
Normal file
BIN
.CondaPkg/env/lib/sqlite3.36.0/libsqlite3.36.0.so
vendored
Normal file
Binary file not shown.
12
.CondaPkg/env/lib/sqlite3.36.0/pkgIndex.tcl
vendored
Normal file
12
.CondaPkg/env/lib/sqlite3.36.0/pkgIndex.tcl
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Tcl package index file
|
||||
#
|
||||
# Note sqlite*3* init specifically
|
||||
#
|
||||
if {[package vsatisfies [package provide Tcl] 9.0-]} {
|
||||
package ifneeded sqlite3 3.36.0 \
|
||||
[list load [file join $dir libtcl9sqlite3.36.0.so] Sqlite3]
|
||||
} else {
|
||||
package ifneeded sqlite3 3.36.0 \
|
||||
[list load [file join $dir libsqlite3.36.0.so] Sqlite3]
|
||||
}
|
||||
Reference in New Issue
Block a user